Hi
Download it from here:
www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80af7965-8bdf-2b10-fa94-bb21833f3db8
Copy the war file to c:\Program Files\Business Objects\deployment\workdir\tomcat55\application and rename it to ScheduleManager.war
Create a XML file ScheduleManager.xml at \Tomcat55\conf\Catalina\localhost with the line from the example below
For example in ScheduleManager.xml, adjust the docBase for your system if different (this should be a single line):
http:server/name:portnumber:[port]/ScheduleManager
<Context docBase="C:\Program Files\Business Objects\deployment\workdir\tomcat55\application\ScheduleManager.war" path="/ScheduleManager" debug="0" reloadable="false" crossContext="false" trusted="false"/>