Using two SPI devices, neither of which uses a slave select

I'm trying to use the RedBearLab BLE shield with the RePaper e-ink dev kit from adafruit. So far they aren't playing nicely together. I'm using an Arduino Mega. The BLE shield says pins 50-53 (50 (MISO), 51 (MOSI), 52 (SCK), and 53 (SS)) are 'unavailable'. I got that information here http://redbearlab.com/bleshield/ However, this post https://redbearlab.zendesk.com/entries/22420923-Which-Arduino-pins-are-used- makes it seem like another SPI device can be used. They also claim that the BLE shield doesn't use SS (slave select). The repaper kit also uses pins 50, 51, and 52, but not 53 (slave select). I found that information here Wiring the Mega | RePaper eInk Development Board | Adafruit Learning System I'm not sure how I can use these two SPI devices together if neither of them use a slave select. Is there a way to use these two devices together? Can repaper or the BLE shield use SS? Thanks!

They both appear to have slave selects, but it may be difficult to wire both together on the same Arduino.
The RedBear uses D8 and D9 (slave select?). The RePaper also uses D8 (slave select?) and D9.
Here is the schematic for the RePaper. Pin 19 on the 20 pin connector that you connect to the Arduino appears to be the slave select.
http://repaper.org/doc/downloads/epd_ref_circuit_v05.pdf