In the config directory, we have a tempo-tas.xml configuration file. The interesting part being:
<bean id="tas.storageStrategy" class="org.intalio.tempo.workflow.tas.core.WDSStorageStrategy">
Where you can just switch the implementation to a new class. The class has to implement the StorageStrategry interface.