You have got the Rules API instance.
Enter the name of the project that you want to open.
String projectName = "Sample Project"; IProject project = api.getProject(projectName);
You get the desired project instance.